SUB Fill ( Value AS Integer [ , Start AS Integer, Length AS Integer ] )Fills the array with the specified value.
If Start is specified, then only the element from the Start position are filled.
If Length is specified, then up to Length elements are filled.